home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / ovr50711.lha / Over5 / doc / 64bin.doc next >
Text File  |  1996-05-12  |  4KB  |  159 lines

  1. Documentation for Over5 64binaries by Daniel Kahlin <tlr@stacken.kth.se>
  2. -----------------------------------------------------------------------------
  3. Copyright (c) 1995,1996 Daniel Kahlin <tlr@stacken.kth.se>
  4.  
  5. Distribution:
  6.  
  7.   Over5 is FREEWARE (Freely-Distributable), but copyrighted by me. (NOT PD!)
  8. None of the included files may be modified and/or removed.  Permission is
  9. given to freely distribute this program provided you include all files from
  10. the original archive, and no fee is charged in excess of reasonable media
  11. and mailing costs.  The program may not be used for commercial purposes
  12. without written permission from the author.
  13.  
  14.  
  15. Disclaimer:
  16.  
  17.   I cannot in any way be held responsible for anything this program does.
  18. You are using it entirely at your own risk.  Every effort has been made to
  19. keep this program bug free.  But, IF for example a bug exists that blows up
  20. your entire computer, don't blame me.
  21.  
  22. -----------------------------------------------------------------------------
  23.  
  24. Documentation:
  25.  
  26.   Over5 64binaries are: DiskSlave, MemSlave, MemSlaveC800, SerFile & FastRS.
  27.  
  28.  
  29.  
  30. DiskSlave:
  31. ----------
  32.   DiskSlave is a disk server for the c64/1541.  It supports the following:
  33. READ/WRITEFILE (COPY), DIR, STATUS, COMMAND, READ/WRITEDISK and TEST.
  34. Includes diskturbo for: read/writefile, read/writedisk and fastformat.
  35. The diskturbo code can be switched off at the menu.
  36. You can turn off verify if you really want to.  I do NOT recommend this!
  37. Pressing <RESTORE> returns to menu.
  38.  
  39. USAGE:
  40.   Load and run.
  41. To restart after reset or similar, type 'SYS 2069'.
  42.  
  43.  
  44.  
  45. MemSlave & MemSlaveC800:
  46. ------------------------
  47.   MemSlave is a memory server for the c64.  It supports the following:
  48. READ/WRITEMEM, SYS, RUN. 
  49.  
  50. USAGE:
  51.   Load and run.
  52. To restart after reset or similar, type 'SYS 2069'.
  53. (SYS 51200 for MemSlaveC800)
  54.  
  55.  
  56.  
  57. SerFile:
  58. --------
  59.   SerFile uses the Amiga as harddisk server.  (run 'Over5 Server')
  60.  
  61. USAGE:
  62.   Load and run.
  63. Now it is installed ($f600-$ffff)
  64.  
  65. Commands:
  66.  
  67.   'LOAD "<FILENAME>",6'
  68.   '#L"<FILENAME>"'
  69.   '/ "<FILENAME>"' or '/<FILENAME>'
  70. Loads the file from the server into memory.
  71.  
  72.   'SAVE "<FILENAME>",6'
  73.   '#S"<FILENAME>"'
  74. Saves file from memory to the server.
  75.  
  76.   '#C"<COMMAND>"'
  77.   '."<COMMAND"' or '.<COMMAND>'
  78. Sends command to the server. ('#$' can be used instead of '#C"$"')
  79.  
  80.   '#C"DIR"'
  81.   '#C"$"'
  82.   '#$'
  83.   '$'
  84.   '.$'
  85. Displays the files in the current directory.
  86.  
  87.   '#C"CD"'
  88.   '.CD'
  89. Displays the name of the current directory.
  90.  
  91.   '#C"CD <dir>"'
  92.   '.CD <dir>'
  93. Set the current directory to <dir>.
  94.  
  95. Please refer to Over5.doc for additional '#C' commands.
  96.  
  97.   '#K'
  98. Uninstalls SerFile.
  99.  
  100. The '#L', '/' and '#S' commands are slightly better than 'LOAD' / 'SAVE' because
  101. they do not use BASIC variable storage to store the filename.  (i.e they do
  102. not trash memory just below $a000)
  103.  
  104. SerFile looks dead during transfer. (screen blanked, no flashing)
  105. This is normal!  I will make it flash a bit in late versions.
  106.  
  107.  
  108.  
  109. FastRS:
  110. -------
  111.   FastRS is a memory transferrer for the c64, much like a tapeturbo,  It
  112. supports the following: SIMPLEREAD and SIMPLEWRITE. 
  113.  
  114.   FastRS for the Vic-20 is a prototype version, works only with 16KB.
  115. works the same as the c64 version except it installs at $5c00-$6000.
  116.  
  117. USAGE:
  118.   Load and run.
  119. Now it is installed. ($fc00-$ffff)
  120.  
  121. To receive:
  122.   type 'SYS 700'.  You will see the text 'WAITING...' and then
  123. the screen blanks.  Now type 'Over5 SIMPLEWRITE <filename>' on the Amiga to
  124. send.
  125.  
  126. To send:
  127.   Start 'Over5 SIMPLEREAD <filename>' on the Amiga. It should tell you
  128. 'Waiting...'.  Now type 'SYS 703' on the c64 to send.
  129.  
  130.  
  131.  
  132. System requirements:
  133.  
  134.   Over5 64binaries should run on any c64 or c128(in c64 mode), although it
  135. has only been tested on an old c64 with, and without TFC III.  If you find
  136. bugs or have suggestions about how to make any of the programs better please
  137. send a bugreport and/or a list of suggestions to the address at the end of
  138. this text.
  139.  
  140. -----------------------------------------------------------------------------
  141.  
  142. Author:
  143.  
  144.   Daniel Kahlin is a student at the Royal Institute of Technology (Stockholm)
  145. Former c64 demo programmer (1986-1988).  He is deeply involved with computers
  146. and electronics.
  147.  
  148.    InterNet:  <tlr@stacken.kth.se>
  149.  
  150.   SnailMail:  Daniel Kahlin
  151.               Vanadisvägen 6, 2tr
  152.               s-113 46 Stockholm
  153.               Sweden
  154.  
  155.       Phone:  08-34 84 73 (+468348473)
  156.  
  157. -----------------------------------------------------------------------------
  158.  
  159.